Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.1.1
  Adding Query Support
Prev Next

Sitecore includes an internal search engine called Sitecore Query, which provides text based item searches within the Sitecore client.  If you want your data provider to support Sitecore Query, you must implement the methods listed below.

Return Value

Method Name

Parameters

Description

ID[ ]

SelectIDs

string query
CallContext context
 

Returns an array of IDs associated with all the items which satisfy the query.

ID

SelectSingleID

string query
CallContext context

Returns the ID of the first item found that satisfies the query.


Prev Next